home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / mhs_mail / adminapp / adminapp.cfg < prev    next >
Text File  |  1995-01-11  |  4KB  |  125 lines

  1. ;
  2. ; Sample configuration file for ADMINAPP, The Administrator's Apprentice
  3. ;
  4.  
  5. [MHS]
  6.  
  7. ; ----------------- required settings ----------------- 
  8.  
  9. ; This is the name of the workgroup in which the NLM is defined.
  10.  
  11. Workgroup = COMPANY
  12.  
  13. ; This is the name of the NLM's user mailbox.
  14.  
  15. MailUser = ADMINAPP
  16.  
  17. ; ----------------- optional settings ----------------- 
  18.  
  19. ; This description is appended to the MHS address in ().
  20.  
  21. UserDescription = Administrator's Apprentice
  22.  
  23. ; In other words, the MHS address of the NLM is 
  24. ;   "ADMINAPP @ COMPANY (Administrator's Apprentice)",
  25. ; and the mail directory is MHS/MAIL/USERS/ADMINAPP
  26. ; MHS is assumed to be the default application for that user!
  27.  
  28. ; SMF version - set to 71 for Global MHS or to 70 for MHS 1.5. 
  29. ; Default is 70.
  30.  
  31. SMFVersion = 70
  32.  
  33. ; Location of the MHS MAIL directory. 
  34. ; Default is SYS:MHS/MAIL.
  35.  
  36. MailDir = SYS:MHS/MAIL
  37.  
  38.  
  39.  
  40.  
  41.  
  42. [BROADCASTS]
  43.  
  44. ; ----------------- required settings ----------------- 
  45.  
  46. ; When a broadcast message is received, it is translated into an
  47. ; E-mail message. This is where to send these messages to.
  48. ; Typically, this would be the operator's or supervisor's mailbox.
  49.  
  50. DestMailbox     = Operator @ Company
  51.  
  52. ; ----------------- optional settings ----------------- 
  53.  
  54. ; These are the NetWare user name and password 
  55. ; that the NLM uses to log in to the file server.
  56. ; Broadcasts to this user (and all groups this user is in) 
  57. ; will be sent as E-mail.
  58. ; Default is AdminApp with blank password.
  59.  
  60. NetWareUserName = AdminApp
  61. NetWarePassword = AdminAppPassword
  62.  
  63. ; Message filters
  64. ; ---------------
  65. ; Broadcast messages matching these filters will NOT be sent as mail messages.
  66. ; If the filter text begins with a colon (:), any text up to a colon and 
  67. ; including all following whitespace will be skipped in the comparison of the
  68. ; broadcast message, i.e. if the message received is
  69. ;   "From ABC[2]: YELL"
  70. ; the filter
  71. ;   ":YELL"
  72. ; will match and therefore suppress this message.
  73. ; A message is considered to match if the filter matches the beginning of the
  74. ; message, i.e. the message
  75. ;   "Boredom detected on station 23459876"
  76. ; will be matched by
  77. ;   "Boredom detected"
  78. ; Filters are numbered 1 through 9.
  79. ;
  80. Filter1 = You have received new mail
  81. Filter2 = E-mail for you
  82.  
  83.  
  84.  
  85.  
  86. [SETTINGS]
  87. ;
  88. ; The following password has to be sent on the SUBJECT line after
  89. ; a CONSOLE command (see command reference). Note that this has 
  90. ; no connection with either the supervisor or the RCONSOLE password
  91. ; and is used only within Administrator's Apprentice.
  92.  
  93. ConsolePassword = StrictlyConfidential
  94.  
  95. ; Delay in milliseconds after unsuccessful poll for broadcast message,
  96. ; adjust this to change the normal polling interval.
  97. ; Note: Broadcast messages are not buffered in NetWare.
  98. ; If more than one broadcast message arrives before AdminApp polls,
  99. ; all but the first message are lost.
  100. ;
  101. ; There is no performance penalty associated with leaving this set
  102. ; at 2000 (2 seconds). In effect, only a location in the server's
  103. ; RAM is checked. For example, on a Pentium-60, one poll takes about
  104. ; 0.3 milliseconds of CPU time, and at a 2 second polling interval,
  105. ; this causes 0.05% average CPU load.
  106.  
  107. IdlePollDelay =  2000
  108.  
  109. ; Delay in milliseconds after successful poll (if a message was found).
  110. ; This is set lower than IdlePollDelay to reduce the risk of missing a
  111. ; broadcast message immediately following the previous one.
  112.  
  113. BusyPollDelay =  1000
  114.  
  115. ; Delay in milliseconds between polls for new incoming mail.
  116. ; This cannot be less than 5000 (5 seconds).
  117.  
  118. MailPollDelay = 30000
  119.  
  120. ; set verbosity of diagnostic display 
  121. ; very terse = 0, normal = 1, higher for internal diagnostics only
  122.  
  123. Verbosity = 1
  124.  
  125.